Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.ui.part.IPageBookViewPage

Packages that use IPageBookViewPage
org.eclipse.team.ui.synchronize Application programming interfaces for interaction with the Eclipse Synchronize View. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
 

Uses of IPageBookViewPage in org.eclipse.team.ui.synchronize
 

Classes in org.eclipse.team.ui.synchronize that implement IPageBookViewPage
 class TeamSubscriberParticipantPage
          A synchronize view page that works with participants that are subclasses of TeamSubscriberParticipant.
 

Methods in org.eclipse.team.ui.synchronize that return IPageBookViewPage
 IPageBookViewPage TeamSubscriberParticipant.createPage(ISynchronizeView view)
           
 IPageBookViewPage ISynchronizeParticipant.createPage(ISynchronizeView view)
          Creates and returns a new page for this synchronize participant.
 

Uses of IPageBookViewPage in org.eclipse.ui.part
 

Classes in org.eclipse.ui.part that implement IPageBookViewPage
 class MessagePage
          A message page display a message in a pagebook view.
 class Page
          Abstract base superclass for pages in a pagebook view.
 

Methods in org.eclipse.ui.part with parameters of type IPageBookViewPage
protected  void PageBookView.initPage(IPageBookViewPage page)
          Initializes the given page with a page site.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.